home *** CD-ROM | disk | FTP | other *** search
- names
-
- Reports the names of all the variables with their values. See shownames.
-
- Examples:
-
- make "friends [Joanne Lea]
- make "age 12
- show names
- make "friends [Joanne Lea]
- make "age 12
-
- An interesting use of names in regard to files is the following:
- make "filelist projectlist
- pr names
- will print all the file names with the vertical bars showing when a name is more than one word.